The installation consists of two parts: Client Installation and Server Installation.
Please, refer to the Word Integration Manual for more detailed instructions.
1. Client Installation
Client Installation instructions.
1.1. Prerequisites
-
Microsoft .NET 1.1 must be installed on the client PC.
-
Sitecore 5.1.0.x is required.
1.2. Installation Guide
The client installation is a normal install shield wizard. Please note that the Microsoft Word Startup folder must point to the startup folder for Microsoft Word. The wizard automatically selects the default startup folder. However, this folder may have been changed on your system, or have a different name (Startup folder name is language dependent). If this is the case, please redirect the path to your startup folder.
The default folder is:
/Documents and settings/<yourlogin>/Application Data/Microsoft/Word/Startup/
If you don’t know your startup folder, please consult your administrator.
The startup folder is used by Word to install a startup document template that installs the Sitecore menu item in Word.
You must restart your PC to finish the installation.
1.3. Disable Convert Conversion at Open
By default, the property “Convert Conversion at Open” is disabled in Word. If you are prompted for a file conversion when opening HTML documents from Sitecore, you can disable this feature in word:
-
Open Tools/Options
-
On the tab “General”, uncheck the box “Convert Conversion at Open”.
If you wish to keep this feature enabled, you must select “HTML Document” (default) in order to read the HTML document properly.
2. Server Installation
The server installation is a normal Sitecore package. All that is installed is a web service.
Add the following section manually to the web.config under the /configuration/sitecore/sites definition.
Note: This section MUST be added before the <site name="website" ... /> section
<!--
WORD INTEGRATION SITE
Defines which databases and security model the word module is working under
-->
<site
mode="on"
name="word"
hostName="*"
virtualFolder="/sitecore modules/Word"
physicalFolder="/sitecore modules/Word"
rootPath="/sitecore/content"
startItem="/home"
language="en"
database="master"
domain="sitecore"
content="master"
enableWorkflow="true"/>
You will find settings for Word Integration under:
/system/settings/word.
See also chapter 9.1 of the Word Integration Manualfor more details.
3. Upgrade Instructions
Upgrading from version 2.6.1 to version 2.6.1 rev 071207
- Backup your databases.
- Backup content Items which contain custom settings before installing the package.
- Install the package. Choose Overwrite for the file Sitecore.Modules.Word.dll when prompted.
- Note: If prompted say No to overwriting any other files or items.
- It is recommended that you should remove the newly installed content Items and restore the old items which contain custom settings.
Upgrading from all other versions to version 2.6.1
- Backup your databases.
- Backup content Items which contain custom settings before installing the package.
- Install the package. Choose Overwrite All every time when prompted.
- It is recommended that you should remove the newly installed content Items and restore the old items which contain custom settings.